In this blog post you’ll read about what is thread synchronization in java and when to use synchronization. Also, we’ll cover some basic examples of how to write synchronized methods and blocks in java. What is Synchronization in Java? In a concurrent application, when multiple threads […]
Category: Concurrency
Java Thread Explained
In this blog post we’ll talk about what is a Java thread and when to use it. Also we’ll go through some examples of how to create and run a thread. What is Java Thread? Java thread is a lightweight process. When we start up […]